
/*********** CSS RESET ************* DO NOT MODIFY *************/ 

 div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	 margin: 0;
	 padding: 0;		
}
	body { 
	background: url(/web/20121005120454im_/http://asne.org/images/layout/bg.png) center 0 repeat-x #fff;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 1;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	img { border-style: none; }


/*** This is to have everything at 0. It is also needed for the Sticky Footer - Do NOT delete. ***/ 

* {
margin:0;
padding:0; 
}
html, body {
height:100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 1.5;
}	
a {	text-decoration: underline; color: #4c4c4c; }
a:hover { text-decoration: underline; }
strong { font-weight: bold; }
h1 {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #393838;
	line-height: 28px;
	}
h2 { font-size: 24px; padding: 0 0 20px 0; }
h3 { font-size: 24px; }
h5 { font-size: 15px; }
h6 { font-size: 24px; padding: 0 0 15px 0; }
/*** Welcome Message in Member Portal ***/ 
h7 {font-size: 15px; font-weight: bold; }
/*** Logout Button in Member Portal ***/
h7 a:link {	font-size: 15px; font-weight: 700; }
p  {}
hr { border: 0; height: 1px; background-color: #c4c4c4; }
img { border-style: none; }

/*************************** Wrapper **************************/

#wrapper {
	width: 980px;
	margin: 0 auto; 
	min-height: 500px;
	text-align:left;
	overflow: hidden;
}

/***************************** Header *****************************/

#header { 
	position: relative;
	height: 160px;
	}
.header_logo {
	padding: 40px 0 0 0;
	display: block;
	float: left;
	}
.header_content_1 {
	display: none;
 	/**
	position: absolute; 
	height: 20px;
	width: 980px;
	top: 0;
	right: 0;
	**/
	
}
.header_content_2 {
	display: none;
 	/**
	position: absolute; 
	height: 20px;
	width: 980px;
	top: 100px;
	right: 0;
	**/
	}
	
.include_a {
	position: absolute; 
	height: 20px;
	width: 200px;
	top: 50px;
	right: 60px;
}

/*************** Login Menu *****************/

	.log_in_field { margin-left: 20px;}
	.member_login_title {
		display: block;
		font-family: Century Gothic, arial, sans-serif;
		font-size: 22px;
		line-height: 1.5;
		font-weight: normal;
		color: #4c4c4c;
		margin: 0 0 15px 0;
	}
	.member_login_title2 {
		display: block;
		font-family: Century Gothic, arial, sans-serif;
		font-size: 22px;
		line-height: 1.5;
		font-weight: normal;
		color: #4c4c4c;
		margin: 0 0 15px 0;
	}

/******************************* Layout **************************/

.clear { clear: both; } 
.search_fieldbox { width: 150px; margin-right: 10px; }

.three-boxes { margin: 40px 0 0 0; height: 210px; }

.box1 { float: left; height: 210px; overflow: hidden; width: 310px; margin: 0 25px 0 0; }
.box2 { float: left; height: 210px; overflow: hidden; width: 310px; }
.box3 { float: right; height: 210px; overflow: hidden; width: 310px; }

.bottom-boxes { min-height: 150px; margin: 35px 0 20px 0; }

.follow-us { min-height: 200px; float: left; width: 200px;}
.sign-up { min-height: 200px; float: right; width: 200px;}

/***************************** Menu ***********************/

.menu {
	height: 40px;
	width: 700px;
	float: right;
	margin: 80px 0 0 0;
	
	}

.menulink ul { 
	list-style: none;
 	box-shadow:0px 3px 5px #ccc;
	-moz-box-shadow:0px 3px 5px #ccc;
	-webkit-box-shadow:0px 3px 5px #ccc;
	}

	.menulink li a { 
		color: #555; 
		display: block; 
		padding: 14px 12px 10px 12px;
		font-size: 13px;
		height: 21px;
		font-weight: bold;
		text-transform: uppercase;
		}
	.menulink li a:hover { 
		color: #fff; 
		background: #ce1822; 
		text-shadow: none;
		border-radius: 8px;
		-webkit-transition-property: background; 
		-webkit-transition-duration: .4s; 
		-webkit-transition-timing-function: linear;
		}
	ul.menulink li > ul { margin: 0 0 0 0; display: none; }
	ul.menulink li > ul li {
		background-color: #f5f5f5;
		text-shadow: 0 1px 0 #fff;
		border-style: solid;
		border-color: #d3d3d3;
		border-width: 0 1px 1px 1px;
 	 	font-size: 10px;
 	 	font-weight: normal;
	 	color: #555;
	 	text-transform: none;
	 }
	 ul.menulink li > ul li:hover { background: #f1f1f1; }
	 ul.menulink li > ul li a {
		 display: block;
		 color: #555;
		 background: none;
		 padding: 10px;
		 height: auto;
		 }
	 ul.menulink li > ul li a:hover {
		 color: #fff;
		 text-decoration: none;
		 }
		 	
	ul.menulink li.hover,
	ul.menulink li:hover {
	 color: #b2b497;
	}

	ul.menulink a:link, .menulink a:visited	{ text-decoration: none; }
	ul.menulink a:hover		{ }
	ul.menulink a:active	{ }

	/* -- level mark -- */

ul.menulink,
ul.menulink li,
ul.menulink ul {
 list-style: none;
 margin: 0 0 0 0 ;
 padding: 0 0 0 0;
}

ul.menulink {
 position: relative;
 z-index: 597;
 float: left;
 width: 100%;
}

ul.menulink li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.menulink li.hover,
ul.menulink li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.menulink ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.menulink ul li {
 float: none;
}

ul.menulink ul ul {
 top: -1px;
 left: 99%;
}

ul.menulink li:hover > ul {
 visibility: visible;
}

	ul.menulink ul {
	 width: 200px;
	 margin-top: -4px;
	}
		ul.menulink ul li {
		 font-weight: normal;
		}

ul.menulink *.dir {
 background-position: 100% 50%;
 background-repeat: no-repeat;
 color: #003d79;
}

/* -- Components override -- */
ul.menu-horizontal ul *.dir {
 padding-right: 15px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}
ul.menu-upward {
 margin-top: 400px !important;
}

/****************************** Footer ****************************/


#footer {
	width: 980px;
	margin:auto;
	height: 50px; /* must match negative margin of #outer */
	font-size: 11px;
	padding: 10px 0 40px 0;
}

#footer a {
	color: #fff;
}

.top_footer {
	display: none;
}

.footer_bottom {
	float: left;
	width: 700px;
	height: 60px;
	/***margin: 0 auto; ***/
}

.footer_logo { /*** Timberlake Logo ***/
		text-align: center; 
		float: right;
}



/*********** Slider ******************/


.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(/web/20121005120454im_/http://asne.org/theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -15px;}
.flex-direction-nav li .prev {left: -16px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(/web/20121005120454im_/http://asne.org/theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}













/*
     FILE ARCHIVED ON 12:04:54 Oct 05, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:09:58 Jan 19, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 91.801
  exclusion.robots: 0.095
  exclusion.robots.policy: 0.084
  cdx.remote: 0.069
  esindex: 0.011
  LoadShardBlock: 66.966 (3)
  PetaboxLoader3.datanode: 79.527 (4)
  load_resource: 450.35
  PetaboxLoader3.resolve: 420.99
*/